home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 5928 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: dispatch.news.demon.net!demon!fuchal.demon.co.uk
  2. From: chris@fuchal.demon.co.uk (Chris Appleton)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Creating boot disk
  5. Date: Thu, 15 Feb 1996 18:38:42 GMT
  6. Message-ID: <1075.6618T1203T2546@fuchal.demon.co.uk>
  7. References: <311F5C2D.6882@popd.ix.netcom.com> <1001.6617T374T1156@icon-stl.net>
  8. NNTP-Posting-Host: fuchal.demon.co.uk
  9. X-NNTP-Posting-Host: fuchal.demon.co.uk
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13. Hi
  14.  
  15. >>I'm fairly new to Amiga.  Just need to know how to create a boot disk on an
  16. >>A500.
  17.  
  18.  WFM> First, there is a program in the sys:c directory (sys: is any disk you
  19.  WFM> boot off of) called install. when you have your 500 booted, open the
  20.  WFM> shell and when the prompt appears, put the floppy in that you want to
  21.  WFM> make a new boot disk with and type:
  22.  
  23.  WFM>         install df0:
  24.  
  25. All you really need to do now is make a directory called "s" and in that put
  26. an startup-sequence, so type
  27.  
  28. makedir df0:s
  29. ed df0:s/startup-sequence
  30.  
  31. The contents of this should just load programs, for example if you wanted it
  32. to display a line of text and load a game it should read something like:
  33. "
  34. echo "Now loading, please wait"
  35. name_of_game
  36.              "
  37.  If you get stuck just get hold of some PD disks and see what they have on
  38.  them (so long as they boot :))
  39.  
  40. Chris
  41. --   __
  42. __  /// Amiga A1200T | chris@fuchal.demon.co.uk - Chris Appleton
  43. \\\/// 6mb/28mhz 030 | http://www.uea.ac.uk/~9511237/people/chris.html
  44.  \XX/ BJ-30 / Targa  | Pure Amiga - New Amiga WWW Page - Up Soon!
  45.  
  46.